Pet Store Web Service
Post
addPet
Collapse All
Expand All
Pet Store Web Service
>
Pets Resource Group
: addPet (Post)
Description
Add a new pet to the store
Request
The request body is of type
Pet
.
Pet object that needs to be added to the store
Overview
Pet
Represents a single Pet in the Store.
tags :
Array[
Tag
]
Tags currently applied to this Pet.
id :
long
Unique identifier for this tag.
name :
string
Tag Name.
id :
long
Unique identifier for this pet.
category :
Category
Pet category.
id :
long
Unique identifier for this category.
name :
string
Category Name.
status :
string
Pet Status.
name :
string
Pet Name.
photoUrls :
Array[]
Photo Urls.
Fault Responses
Fault
Description
405
This fault returns a response body of type (undefined).
Invalid input
See Also
Pets Resource Group
|
Pet Store Web Service
© 2013 All Rights Reserved.
Send comments
on this topic.